docs - #305
Merged
Merged
Conversation
…ation) and broaden #26 planned fix - #27: record the operating decision that BuyBackBurner.buyBack is not exercised in production (both swap-path whitelists empty; funds flow via oracle-free transfer()), keeping the item #14 Balancer-oracle class unreachable in practice; swap paths retained as compatibility surface (V3-only if ever re-enabled). - #26: broaden the planned code fix to the full scope (guard fail-closed on both triggers + decreaseLiquidity owner-min carve-out + increaseLiquidity TWAP anchor + collectFees scope-burn), add the deploy-before-seed sequencing invariant and the fail-closed liveness residual; note the same release closes #15/#16. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
DavidMinarsch
approved these changes
Jul 2, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Documentation-only change to
docs/Vulnerabilities_list_tokenomics.md.#27 — BuyBackBurner
buyBackunused in default operation (new item)Records the operating decision that
BuyBackBurner.buyBackis not exercised in production, which keeps the item #14 class (BalancerPriceOraclesingle-block steerability) unreachable in practice:mapV2Oracles,mapV3Pools) are empty on the deployed proxies andowner-gated, so the permissionlessbuyBackentry has no reachable code path (reverts at the whitelist gate).transfer(token)path (OLAS →bridge2Burner, other tokens →treasury)._buyOLAS/_buyOLASV3and the whitelist setters are retained as compatibility surface (V3-only if ever re-enabled); populatingmapV2Oracleson a Balancer-path proxy is not planned and should be flagged in review.No funds at risk on the deployed system; posture is "no code change" with governance-event monitoring.
#26 — broaden the planned code fix (existing item)
Expands the "Planned code fix" to the actual scope of the upcoming
LiquidityManagerCoreimplementation upgrade:decreaseLiquidityowner-suppliedminAmount0/1carve-out (exits stay live, sandwich-bounded);increaseLiquidityamountMinanchored to the TWAP center;collectFeesburn-only-collected;Notes